@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  border: 0;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  display: inline-block;
}

.icon-xiangzuo1:before {
  display: none;
}

.active > a {
  background: var(--dataColor) !important;
  color: #fff !important;
  border-color: #ccc;
}



.box .i1 {
  width: 40%;
}

.img img {
  display: block;
}

.line {
  width: 1.5px;
  background-image: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.5), transparent);
  border-radius: 50%;
  margin: 0 20px;
}

.kefubox .tel a {
  width: 100%;
  height: 100%;
  top:70%;
}

.k12_img,
.k12_Color span,
.k12_Color button,
.k12_Color p,
.k12_Color .bottom,
.k12_icon,
.k12_shadow,
.k12_text,
.k12_filter {
  transition: 0.5s;
  cursor: pointer;
}

/* 图片放大有阴影 */
.k12_img:hover {
  filter: drop-shadow(0px 0px 5px black);
  transform: scale(1.05);
  transition: 0.5s;
}

/* 文字变色 */
.k12_text:hover {
  color: var(--titleColor) !important;
  transition: 0.5s;
}

/* 旋转 */
.k12_icon:hover {
  transition: 0.5s;
  transform: rotateY(360deg);
}

/* 阴影 */
.k12_filter:hover {
  filter: drop-shadow(4px 4px 2px #999);
  transition: 0.5s;
}

/* 按钮变色 */
.k12_Color:hover span,
.k12_Color:hover p,
.k12_Color:hover .bottom {
  filter: drop-shadow(4px 4px 2px #999);
  transition: 0.5s;
}

/*有文字阴影*/
.k12_Color:hover button {
  background-color: var(--dataColor);
  color: #fff;
  transition: 0.5s;
}

.k12_shadow:hover {
  box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.17);
}

.k12_scale,
.k12_scale2 {
  overflow: hidden;
  transition: 0.5s;
}

.k12_scale:hover img {
  transition: 0.5s;
  transform: scale(1.1);
}

.k12_scale2:hover img {
  transition: 0.5s;
  transform: translate(-50%, -50%) scale(1.1);
}

.k2_arrow {
  transition: 0.5s;
}

.k2_arrow .iconfont::before {
  content: "\eb08";
  font-size: 20px;
  color: var(--titleColor);
  margin-left: -20px;
  opacity: 0;
  transition: 0.5s;
}

.k2_arrow:hover .iconfont {
  align-items: center;
  justify-content: center;
}

.k2_arrow:hover .iconfont::before {
  margin-left: 0px;
  opacity: 1;
  transition: 0.5s;
}

.k2_textColor {
  transition: 0.5s;
}

.k2_textColor :hover .title {
  color: var(--titleColor);
  transition: 0.5s;
}

.k12_right {
  transition: 0.5s;
}

.k12_right::before {
  transition: 0.5s;
}

.k12_right:hover::before {
  transform: translateX(5px);
  transition: 0.5s;
}

@media (max-width: 750px) {
  .absbox {
    display: none;
  }
}

.slide {
  width: 100% !important;
  padding-bottom: 100% !important;
  display: block;
  height: 0 !important;
  position: relative;
  overflow: hidden;
}

.slide img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  left: 50%;
  object-fit: cover;
  top: 50%;
  transform: translate(-50%, -50%);
}

/*侧滑 开始*/
.nav {
  display: none;
  position: fixed;
  top: 0;
  z-index: 99;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
}

.nav .icon-xiangyou1 {
  float: right;
  margin-right: 10px;
  color: #fff;
  font-family: "宋体";
  font-weight: bold;
  transition: 0.3s;
}

.nav .cur {
  transform: rotate(90deg);
  transition: 0.3s;
}

.nav #collapase-nav {
  background: #333;
  display: block;
  height: 100%;
  width: 60%;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: 0.3s;
}

.nav #collapase-nav a {
  color: #fff;
  margin-left: 10px;
}

.nav .am-panel {
  line-height: 3em;
  border-bottom: 1px solid #444;
}

.nav .am-icon-angle-right {
  float: right;
  margin-right: 10px;
  color: #fff;
  font-family: "宋体";
  font-weight: bold;
}

.nav .am-collapse {
  display: none;
  transition: 0.3s;
}

.nav .top {
  writing-mode: tb;
  margin-top: 17px;
  margin-right: -7px;
}

/*侧滑 结束*/
/*header——开始*/
.icon-dasuolvetuliebiao {
  display: none;
}

.header {
  background-color: #000;
  border-bottom: 4px solid var(--titleColor);
  position: sticky;
  top: 0;
  z-index: 99;
  width: 100%;
}

.header > .box {
  color: #fff;
  max-width: var(--maxWidth);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}

.header > .box > .header-ul {
  display: flex;
  width: 100%;
  justify-content: center;
}

.header > .box > .header-ul .active {
  color: var(--titleColor);
}

.header > .box > .header-ul .active>a {
  color: #fff;
}

.header > .box > .header-ul li {
  width: 100%;
  text-align: center;
  position: relative;
}

.header > .box > .header-ul li:hover .subnav {
  max-height: 9999px;
  opacity: 1;
  top: 61px;
  transition: 0.5s;
}

.header > .box > .header-ul li .subnav {
  position: absolute;
  border-top: 4px solid var(--titleColor);
  background-color: rgba(255, 255, 255, 0.9);
  width: 200%;
  align-items: center;
  overflow: hidden;
  justify-content: space-between;
  flex-wrap: wrap;
  left: 50%;
  transform: translateX(-50%);
  top: 80px;
  opacity: 0;
  display: flex;
  max-height: 0;
  transition: 0.5s;
}

.header > .box > .header-ul li .subnav li {
  width: 50%;
}

.header > .box > .header-ul li .subnav li a {
  color: #000;
  text-align: left;
  padding: 15px 5px;
  transition: 0.5s;
  padding-left: 5px;
  box-sizing: border-box;
}

.header > .box > .header-ul li .subnav li a:hover {
  color: #fff;
  background: var(--titleColor);
  transition: 0.5s;
  padding-left: 5px;
  box-sizing: box-sizing;
}

.header > .box > .header-ul li .subnav li a:hover::before {
  margin-left: 5px;
  transition: 0.5s;
  color: #fff;
}

.header > .box > .header-ul li .subnav li a::before {
  color: var(--titleColor);
  margin-right: 5px;
  transition: 0.5s;
}

.header > .box > .header-ul li .subnav li a::after {
  display: none;
}

.header > .box > .header-ul li > a {
  text-align: center;
  color: #fff;
  padding: 20px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  display: block;
  width: 100%;
}

.header > .box > .header-ul li > a > span {
  border-right: 1px solid #fff;
  display: block;
}

.header > .box > .header-ul li:last-child a::after {
  display: none;
}

.header-top {
  background-color: #e8e8e8;
}

.header-top .box {
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
}

.header-top .box span {
  font-size: 12px;
}

.header-top .box ul {
  display: flex;
  justify-content: space-between;
}

.header-top .box ul li {
  padding: 0 10px;
}

.header-top .box ul li a {
  color: #515151;
  font-size: 12px;
}

.header-banner .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10px;
}

.header-banner .box .logo {
  width: 60%;
}

.header-banner .box .logo .header-img {
  width: 100%;
}

.header-banner .box .icon-dianhuajianpan {
  font-size: 14px;
  color: var(--titleColor);
  font-weight: bold;
      padding-right: 70px;
}

.header-banner .box .icon-dianhuajianpan:before {
  font-size: 50px;
  color: var(--dataColor);
  margin-right: 5px;
  float: left;
}
.header-banner .box .icon-dianhuajianpan  a{
    display: block;
    white-space: nowrap;
    font-size: 20px;
}
.header-banner .box .qr{
    display: flex;
}
.header-banner .box .qr .item{
    width: 60px;
    text-align: center;
    margin-left: 80px;
}
.header-banner .box .qr .item span{
    font-size: 7px;
    
}
@media screen and (max-width: 600px) {
  .header-banner .box .qr{
    display: none;
      
  }
  .header-top {
    display: none;
  }
  .header-banner .box {
    display: flex;
    justify-content: space-between;
    text-align: right;
  }
  .header-banner .box .logo {
    width: 50%;
  }
  .header-banner .box .icon-dianhuajianpan {
    justify-content: flex-start;
    display: none;
    font-size: 12px;
    width: 50%;
  }
  .header {
    display: none;
  }
}

/*header——结束*/
/*banner 开始*/
.crumbs {
  font-size: 1.1rem;
  font-weight: 500;
  border: 1px dashed #dbdbdb;
  padding: 16px 11px;
  margin-bottom: 1rem;
}

.crumbs a {
  text-decoration: none;
  color: #000;
}

.mobile-container {
  display: none;
}

.banner-container {
  display: block;
}

.banner-container .swiper-slide {
  overflow: hidden;
}

.span1 {
  position: absolute;
  white-space: nowrap;
  top: 35%;
  left: 0;
  width: 100%;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 5em;
  transition: 0.5s;
}

.span2 {
  position: absolute;
  top: 55%;
  left: 50%;
  display: block;
  color: var(--dataColor);
  font-size: 1.5em;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}

.image3 {
  display: block;
  width: 100%;
}

.image4 {
  display: none !important;
}

.home-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 60px;
}

.home-title b {
  font-size: 25px;
  border-bottom: 1px solid #333;
  padding-bottom: 20px;
  width: 100%;
  max-width: 400px;
  display: inline-block;
  text-align: center;
  position: relative;
}

.home-title b::after {
  content: "";
  width: 4em;
  border-top: 3px solid var(--dataColor);
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}

.home-title span {
  margin-top: 20px;
  display: block;
  font-size: 14px;
  color: #555;
  text-align: center;
}

.clear {
  display: block;
  width: 100%;
  clear: both;
}

/*banner 结束*/
/*footer——开始*/
.footer {
  width: 100%;
  position: relative;
  z-index: 11;
  background-image: url("/template/default/pc/static/images/home/pro_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* background-image: linear-gradient(bottom,#040017,#0b0045); */
  color: #fff;
}

.footer .box {
  display: flex;
  justify-content: space-between;
}

.footer .box .logo {
  width: 200px;
  object-fit: cover;
}

.footer .box .link {
  display: flex;
  justify-content: space-between;
  width: 250px;
  flex-wrap: wrap;
}

.footer .box .link a {
  width: 50%;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.footer .box .link a::before {
  color: var(--titleColor);
  font-size: 25px;
  margin-right: 10px;
}

.footer .box .contact {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.footer .box .contact .us {
  display: flex;
  align-items: center;
}

.footer .box .contact .us span {
  font-size: 20px;
  color: var(--titleColor);
  margin-right: 5px;
}

.footer .box .contact .iconfont {
  display: flex;
  align-items: center;
}

.footer .box .contact .iconfont span {
  font-weight: bold;
  font-size: 20px;
}

.footer .box .contact .iconfont::before {
  font-weight: bold;
  font-size: 20px;
  margin-right: 5px;
}

.footer .box .qr {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer .box .qr .item {
  width: 110px;
}

.footer .box .qr .item:first-child {
  margin-right: 20px;
}

.footer .box .qr .item span {
  font-size: 10px;
  text-align: center;
  white-space: nowrap;
  margin-top: 10px;
  display: block;
}

.footer .bottom {
  display: flex;
  color: #999;
  font-size: 14px;
  justify-content: center;
  padding: 20px 0;
  border-top: 2px solid #f6f6f6;
}

.footer .bottom a {
  color: #999;
}

@media screen and (max-width: 600px) {
  .footer .box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .footer .box .link {
    width: 100%;
  }
  .footer .box .link a {
    width: 33.33%;
    margin: 10px 0;
  }
  .footer .box .contact {
    width: 100%;
  }
  .footer .box .contact .us {
    margin: 10px 0;
  }
  .footer .box .contact .iconfont {
    margin-bottom: 10px;
  }
  .footer .box .qr {
    margin-top: 20px;
  }
}

/*footer——结束*/
.Inside {
  background-image: linear-gradient(to right, #dddddd, white, #dddddd);
  padding: 6px 0;
}

.Inside .box {
  padding: 20px;
  display: flex;
  justify-content: space-between;
}

.Inside .box .icon-a-ziyuan679 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #5b5b5b;
  font-size: 20px;
  font-weight: 600;
}

.Inside .box .icon-a-ziyuan679::before {
  font-size: 30px;
  color: var(--dataColor);
  margin-right: 10px;
}

.Inside .box form {
  position: relative;
}

.Inside .box form::before {
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  font-size: 20px;
  color: var(--dataColor);
}

.Inside .box form input {
  border: 1px solid #dadada;
  width: 258px;
  line-height: 44px;
  color: #d1cfd0;
  padding-left: 11px;
  padding-right: 33px;
}

@media screen and (max-width: 600px) {
    .home-title b {
      font-size: 25px !important;
      width: 100% !important;
      display: inline-block !important;
      text-align: center !important;
      position: relative !important;
    }
  .Inside {
    background-image: linear-gradient(to right, #dddddd, white, #dddddd);
    padding: 6px 0;
  }
  .Inside .box {
    flex-direction: column;
    align-items: flex-start;
  }
  .Inside .box .icon-a-ziyuan679 {
    margin-bottom: 10px;
  }
  .Inside .box .search {
    width: 100%;
  }
  .Inside .box .search input {
    box-sizing: border-box;
    width: 100%;
  }
  .crumbs {
    font-size: 12px;
  }
}

.p12-pagination-1-main {
  margin: 0 auto;
  padding: 20px 0;
  height: 30px;
  justify-content: center;
  display: flex;
  align-items: center;
}

.p12-pagination-1-main .current {
  vertical-align: top;
  display: inline-block;
  padding: 0 8px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #e5e5e5;
  text-align: center;
  margin: 0 2px;
  background: var(--dataColor);
  color: #fff;
}

.p12-pagination-1-main .disabled {
  vertical-align: top;
  display: inline-block;
  padding: 0 8px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #e5e5e5;
  text-align: center;
  margin: 0 2px;
  background: #fff;
  color: #000;
}

.p12-pagination-1-main a {
  vertical-align: top;
  display: inline-block;
  padding: 0 8px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #e5e5e5;
  text-align: center;
  margin: 0 2px;
  background: #fff;
  color: #000;
}

.k12_img {
  width: 100%;
  background-color: #f2f2f2;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: 0.5s;
}

@media (max-width: 600px) {
  .icon-dasuolvetuliebiao {
    display: block;
  }
  .home-title {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .box {
    padding: 20px 10px !important;
  }
  .header {
    position: sticky;
  }
  #collapase-nav .mobile-img {
    width: 60%;
    margin: 10px auto;
    display: block;
  }
  .topNav {
    display: none !important;
  }
  .box .i1 {
    width: 100%;
  }
  .header .box {
    background-color: #333;
    justify-content: space-between;
  }
  .header .box > a {
    width: 100px;
  }
  /*header 结束*/
  .header-ul {
    display: none;
  }
  .header-img {
    width: 100%;
    display: block;
  }
  /*header 结束*/
  /*banner 开始*/
  .span1 {
    font-size: 1.5em;
  }
  .span2 {
    font-size: 1em;
    top: 60%;
  }
  .image3 {
    display: none !important;
  }
  .image4 {
    display: block !important;
    width: 100%;
  }
  /*banner 结束*/
  /*banner 开始*/
  .mobile-container {
    display: block;
  }
  .indexProduct .box .product > a {
    width: calc(31.333% - 19px);
    font-size: 10px;
  }
  .banner-container {
    display: none;
  }
  .headerbody > p {
    display: none;
  }
}

/*清除浮动*/
.clear {
  clear: both;
  height: 0;
}
.noposition{
    position: static !important;
}
.nav-3 {
    transition: 0.5s;
    position: absolute;
    width: 100%;
    margin-top: 5px;
    left: 0;
    max-height: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.9);
}
.nav-3 .box{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.nav-3 .swiper-pagination{
    display: flex;
    width: 50%;
    position: static;
    flex-wrap: wrap;
    
}
.nav-3 .swiper-container{
    width: 50%;
    margin: 0;
}
.nav-3 .swiper-container .slide{
    padding-bottom: 50% !important;
}
.nav-3 .swiper-pagination-bullet{
    width: 40%;
    border-radius: 0;
    background: transparent;
    padding: 5px;
    opacity: 1;
    height: auto;
    line-height: 3;
    text-align: left;
    box-sizing:border-box;
    color: #000;
}
.nav-3 .box {
    padding: 40px 10px;
    color: #000;
}
.header-ul li:hover .nav-3 {
    max-height: 999px;
    transition: 1s;
}
.nav-3 .swiper-pagination .swiper-pagination-bullet:hover {
  color: #fff;
  transition: 0.5s;
  background: var(--titleColor);
}
.nav-3  .swiper-pagination .swiper-pagination-bullet:hover::before {
  margin-left: 5px;
  color: #fff;
  transition: 0.5s;
}

.nav-3 .swiper-pagination .swiper-pagination-bullet::before {
  color: var(--titleColor);
  padding-right: 5px;
  transition: 0.5s;
}
.nav-3 .swiper-pagination-bullet-active{
    color: var(--titleColor);
    transition: 0.5s;
}
.nav-3 .swiper-pagination-bullet-active::before {
   margin-left:5px; 
   transition: 0.5s;
}
.blk-main .clearlist,
.blk-main .listclear {
  clear: both;
  height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
  float: none;
}

.b-main .clearlist,
.b-main .listclear {
  clear: both;
  height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
  float: none;
}

.clearafter:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.content {
    /*display: none;*/
    /*opacity: 0;*/
}
    .footMenu {
    height: 3.7rem;
    position:sticky;
    bottom: 0;
    z-index: 999;
    width: 100%;
    text-align: center;
    display: none;
    /* max-width: 640px; */
    margin: 0 auto;
    background: -webkit-linear-gradient(bottom left,#000,#000);
    }
    .footMenu ul {
        overflow: hidden;
        color: #fff;
        padding:5px 0;
        display: table-cell;
        vertical-align: middle;
    }
    .footMenu li {
        float: left;
        width: calc(100% / 4);
        text-align: center;
        font-size: 0.6rem;
        vertical-align: middle;
        line-height: 1rem;
        padding-top: 0.2rem;
    }
    .footMenu li a {
        color: #fff;
        text-decoration: none;
    }
    
    .footMenu li .iconfont {
        font-size: 20px;
        line-height:2;
    }
    .footMenu li .icon-sns {
        background: url(/template/zggjg/pc/skin/image/wx.png);
        background-size: 100%;
        width: 33px;
        height: 33px;
        display: block;
        margin: 0 auto;
    }
    .footMenu li span {
        display: block;
    }
      @media screen and (min-width:769px){
        .kefubox{position:fixed;right:10px;z-index:99999;transform:translateY(-50%);top:70%}
        .kefubox .main{width:50px;background:#fff;border:1px solid #f2f2f2;box-shadow:0 0 15px #e4e4e4;box-sizing:border-box;}
        .kefubox .cursor_default{cursor:default;}
        .kefubox .floor{border-bottom:1px solid #f2f2f2;position:relative;box-sizing:border-box;}
        .kefubox .floor > div{transform:translateX(300px);}
        .kefubox .floor:hover div{transition:all 300ms linear;transform:translateX(0);}
        .kefubox .floor .absbox{position:absolute;right:48px;top:0;z-index:3;}
        .kefubox .floor .back{box-shadow:0 0 15px #e4e4e4;height:50px;width:120px;display:flex;align-items:center;justify-content:center;font-size:12px;color:#666;background:#fff;box-sizing:border-box;}
        .kefubox .floor .kftel{cursor:default;box-shadow:0 0 15px #e4e4e4;height:50px;font-weight:500;width:120px;display:flex;align-items:center;justify-content:center;font-size:16px;color:#666;background:#fff;box-sizing:border-box;}
        .kefubox .floor .qq{box-shadow:0 0 15px #e4e4e4;height:50px;width:120px;display:flex;align-items:center;justify-content:center;font-size:12px;color:#666;background:#fff;box-sizing:border-box;}
        .kefubox .floor .erweima{box-shadow:0 0 15px #e4e4e4;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;padding:15px;font-size:12px;color:#666;background:#fff;box-sizing:border-box;}
        .kefubox .floor .erweima img{width:100px;height:100px;}
        .kefubox .floor .erweima p{width:100px;text-align: center;padding:5px 0;display:flex;align-items:center;justify-content:center;font-size:12px;}
        .kefubox .floor > a{width:50px;height:50px;z-index:9999;background-position:center center;background-size:25px 25px;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;}
        .kefubox .floor > a:hover{transition:all 300ms linear;background-color:#e4e4e4;transform:scale(1.1);}
        .kefubox .floor > a img{height:25px;width:25px;display:block;}
        .kefubox .floor > a img:hover{transition:all 300ms linear;transform:scale(1.3);}
        .kefubox .floor:last-child{border-bottom:none;}}
        @media screen and (max-width:768px){
            .footMenu{
                display: table;
            }
            .kefubox{position:fixed;right:2vw;top:45vh;z-index:99999}
            .kefubox .floor{display:none;}
            .kefubox .tel:active{background-color:#f2f2f2;}
            .kefubox .tel .kftel{display:none;}
            .kefubox .tel{box-shadow: 0 0 5px #ddd;width: 10vw;height: 10vw;background-color: #fff;background-size: 6vw 6vw;background-repeat: no-repeat;background-position: center center;display: flex;}
        }  
        .kefubox .tel a{
        width: 100%;
        height: 100%;
        background-size: 25px 25px;
        background-position: center;
        background-repeat: no-repeat;
    }